home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 555 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.9 KB

  1. Date: Mon, 18 Oct 1993 15:05:43 +0100
  2. From: Christian Lynbech <lynbech@daimi.aau.dk>
  3. Message-Id: <199310181405.AA13475@platanus>
  4. To: mint@atari.archive.umich.edu
  5. In-Reply-To: <9310181005.AA08720@issan.informatik.uni-dortmund.de> (message from Andreas Schwab on Mon, 18 Oct 93 11:05:36 +0100)
  6. Subject: Re: Those dreaded ^M
  7.  
  8. > From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
  9. >
  10. > It's not MiNT that puts in these ^M but the (GNU/MiNT) library. You
  11. > should include 'b' in the UNIXMODE environment variable. Then the
  12. > library implicitly assumes all fopen()'s are in binary mode unless
  13. > explicitly overridden. It's easiest to put a line like this in
  14. > mint.cnf:
  15. > setenv UNIXMODE /brU
  16.  
  17. Oh, I thought the MiNT libs wasn't really using UNIXMODE anymore. Seeing the
  18. avaiable tty modes (crmod etc.), I simply assumed that the tty system was
  19. completely in charge (I should off course have mentioned that I use kernel 1.08
  20. and libs 34, not that it seem to matter).
  21.  
  22. I just now discovered that tty raw mode seems to do something similar, but then
  23. sh breaks into small pieces, since this turns *all* character interpretation
  24. off, and sh being what it is, just wont notice.
  25.  
  26. So it seems like I have to set the UNIXMODE variable, though I do NOT want to
  27. include /. The kernel and minixfs should take care of filename translation.
  28.  
  29. > Btw. the standard atari format *is* CRLF.
  30.  
  31. I know, I just don't care about it, as I primarily uses unix stuff such as
  32. emacs and gcc and tcsh.
  33.  
  34. But thanks for the clarification.
  35.  
  36.  
  37. ------------------------------------------------------------------------------
  38. Christian Lynbech               | Hit the philistines three times over the 
  39. office: R0.32   phone: 5034    | head with the Elisp reference manual.
  40. email: lynbech@daimi.aau.dk    |        - petonic@hal.com (Michael A. Petonic)
  41. ------------------------------------------------------------------------------
  42.  
  43.